home *** CD-ROM | disk | FTP | other *** search
- package
- {
- import mx.resources.ResourceBundle;
-
- public class collections_properties extends ResourceBundle
- {
- public function collections_properties()
- {
- super();
- }
-
- override protected function getContent() : Object
- {
- var _loc1_:Object = null;
- _loc1_ = {};
- _loc1_["findCondition"] = "Find criteria must contain all sort fields leading up to \'\'{0}\'\'.";
- _loc1_["noComparatorSortField"] = "Cannot determine comparator for SortField with name \'\'{0}\'\'.";
- _loc1_["outOfBounds"] = "Index \'{0}\' specified is out of bounds.";
- _loc1_["invalidBookmark"] = "Invalid bookmark.";
- _loc1_["nonUnique"] = "Non-unique values in items.";
- _loc1_["incorrectAddition"] = "Attempt to add an item already in the view.";
- _loc1_["findRestriction"] = "Find criteria must contain at least one sort field value.";
- _loc1_["invalidType"] = "Incorrect type. Must be of type XML or a XMLList that contains one XML object. ";
- _loc1_["unknownMode"] = "Unknown find mode.";
- _loc1_["invalidIndex"] = "Invalid index: \'{0}\'.";
- _loc1_["invalidRemove"] = "Cannot remove when current is beforeFirst or afterLast.";
- _loc1_["unknownProperty"] = "Unknown Property: \'{0}\'.";
- _loc1_["invalidInsert"] = "Cannot insert when current is beforeFirst.";
- _loc1_["itemNotFound"] = "Cannot find when view is not sorted.";
- _loc1_["bookmarkInvalid"] = "Bookmark no longer valid.";
- _loc1_["noComparator"] = "Cannot determine comparator for \'{0}\'.";
- _loc1_["invalidCursor"] = "Cursor no longer valid.";
- _loc1_["noItems"] = "No items to search.";
- _loc1_["bookmarkNotFound"] = "Bookmark is not from this view.";
- return _loc1_;
- }
- }
- }
-
-